home *** CD-ROM | disk | FTP | other *** search
- #include <intuition/intuition.h>
- /* Iff2Src conversion: dh0:tsm/brushes/Last.brush */
-
- static UWORD __chip last_data[60] = // note twice the actual size
- {
- /* Plane 0 */
- 0x0000,
- 0x0002,
- 0x0002,
- 0x0002,
- 0x011A,
- 0x019A,
- 0x1FDA,
- 0x1FFA,
- 0x1FDA,
- 0x019A,
- 0x011A,
- 0x0002,
- 0x0002,
- 0x0002,
- 0x7FFE,
- /* Plane 1 */
- 0xFFFE,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000
- };
-
-
- struct Image last_im =
- {
- 0,0,
- 15,15,
- 2,
- &last_data[0],
- 0x03,0x0,
- NULL
- };
-
- struct Image last_imx =
- {
- 0,0,
- 15,15,
- 2,
- &last_data[30],
- 0x03,0x0,
- NULL
- };
-